projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
cf107ff
)
(main): Don't conditionalize syms_of_xmenu on HAVE_XMENU.
author
Richard M. Stallman
<rms@gnu.org>
Thu, 15 Sep 2005 13:12:48 +0000
(13:12 +0000)
committer
Richard M. Stallman
<rms@gnu.org>
Thu, 15 Sep 2005 13:12:48 +0000
(13:12 +0000)
src/emacs.c
patch
|
blob
|
history
diff --git
a/src/emacs.c
b/src/emacs.c
index 9ee09d76f7d0274536b0491637a2410964e1b548..bcba251f8c7c8d23bab4a87f7950efac6ba00757 100644
(file)
--- a/
src/emacs.c
+++ b/
src/emacs.c
@@
-1624,14
+1624,12
@@
main (argc, argv
#endif
#endif /* HAVE_X_WINDOWS */
-#ifdef HAVE_MENUS
#ifndef HAVE_NTGUI
#ifndef MAC_OS
/* Called before init_window_once for Mac OS Classic. */
syms_of_xmenu ();
#endif
#endif
-#endif
#ifdef HAVE_NTGUI
syms_of_w32term ();